dva -Model
一、Action 是js对象,是改变State的唯一途径 通过dispatch函数分发。 dispatch({ type: 'user/add', // 如果在 model 外调用,需要添 ...
一、Action 是js对象,是改变State的唯一途径 通过dispatch函数分发。 dispatch({ type: 'user/add', // 如果在 model 外调用,需要添 ...